Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteName Method / WriteName(IList<Byte>) Method

In This Topic
    WriteName(IList<Byte>) Method
    In This Topic
    Writes a byte array as PDF name value, i.e. like "/name".
    Syntax
    'Declaration
     
    Public Overloads Sub WriteName( _
       ByVal value As System.Collections.Generic.IList(Of Byte) _
    ) 
    public void WriteName( 
       System.Collections.Generic.IList<byte> value
    )

    Parameters

    value
    See Also